home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / hal / fdi / information / 10freedesktop / 10-thinkpad-rfkill-switch-bluetooth.fdi < prev    next >
Encoding:
Extensible Markup Language  |  2009-04-09  |  964 b   |  25 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <deviceinfo version="0.2">
  4.  
  5.   <device>
  6.     <match key="platform.id" string="thinkpad_acpi">
  7.       <match key="/org/freedesktop/Hal/devices/platform_bluetooth:platform.id" string="bluetooth">
  8.         <spawn udi="/org/freedesktop/Hal/devices/thinkpad_bluetooth_switch"/>
  9.       </match>
  10.     </match>
  11.   </device>
  12.  
  13.   <device>
  14.     <match key="info.udi" string="/org/freedesktop/Hal/devices/thinkpad_bluetooth_switch">
  15.       <addset key="info.capabilities" type="strlist">killswitch</addset>
  16.       <merge key="info.category" type="string">killswitch</merge>
  17.       <merge key="info.product" type="string">ThinkPad Bluetooth Switch</merge>
  18.       <merge key="killswitch.type" type="string">bluetooth</merge>
  19.       <merge key="killswitch.access_method" type="string">thinkpad</merge>
  20.       <merge key="linux.sysfs_path" type="string">/sys/devices/platform/thinkpad_acpi/bluetooth_enable</merge>
  21.     </match>
  22.   </device>
  23.  
  24. </deviceinfo>
  25.